set Transmit Over Lora
open fun setTransmitOverLora(value: Boolean): ModuleConfigProtos.ModuleConfig.NeighborInfoConfig.Builder
Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
Content copied to clipboard
bool transmit_over_lora = 3;
Return
This builder for chaining.
Parameters
value
The transmitOverLora to set.